home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / NewRoutineNames.dict
Encoding:
Text File  |  1997-06-02  |  21.5 KB  |  728 lines  |  [TEXT/MPS ]

  1. #
  2. #     File:        NewRoutineNames.dict
  3. #     Copyright:    © 1984-1997 by Apple Computer, Inc.
  4. #                 All rights reserved.
  5. #     Version:    Universal Interfaces 3.0a1, June 2, 1997
  6. #
  7. #    Purpose:    This file was created to make it easier to update source code
  8. #                to use the new routine names.  PowerPC application bind to 
  9. #                system calls by name.  Therefore, any system routine names
  10. #                cannot change, or shipping applications would break. This was
  11. #                not a problem on classic 68K applications because system routine
  12. #                names were compiled out, only A-Traps were in the shipping app.
  13. #                Apple took the shift to PowerPC as an opportunity to define
  14. #                better names for system routines.
  15. #
  16. #     Usage:         You need to run each file in your source through the Canon tool with
  17. #                this file.  Below is an example. Be sure to change the file extension
  18. #                if your sources source file names end in something other than ".c"
  19. #
  20. #    Note:        1)The Canon tool does simple text replacement.  It has no concept of
  21. #                grammar, so it might do a replacement that is not necessary.  The
  22. #                example below shows all the changes the tool makes.  You should
  23. #                review these changes manually.
  24. #                2) The sample script below makes changes to your source files, and  
  25. #                generates a log (a diff to stdout) of those changes.  You many wish 
  26. #                to make a backup of your sources before running the script.
  27. #  
  28. #     Set Sources ""            # set the variable Sources to the path of the sources.  (Ex.  Set Sources "Hard Disk:Sources:")
  29. #    Set    NewRoutineNames    ""    # set the variable to be the full path of this file     (Ex.  Set NewRoutineNames "Hard Disk:NewRoutineNames.dict")
  30. #    Set Exit 0
  31. #    For i in `Files -f -r "{Sources}"≈.c`
  32. #         If `Exists -f "{i}"`
  33. #            Canon -s "{NewRoutineNames}" "{i}" > "{i}.can"
  34. #            Compare "{i}" "{i}.can"
  35. #            If {Status}
  36. #                Rename "{i}" "{i}.old"
  37. #                Rename "{i}.can" "{i}"
  38. #            Else
  39. #                Delete "{i}.can"
  40. #            End
  41. #        End
  42. #    End
  43. #
  44.  
  45.  
  46. #################
  47. # AppleEvents
  48. #################
  49. AEPutKeyPtr        AEPutParamPtr
  50. AEPutKeyDesc    AEPutParamDesc
  51. AEGetKeyPtr        AEGetParamPtr
  52. AEGetKeyDesc    AEGetParamDesc
  53. AESizeOfKeyDesc    AESizeOfParam
  54. AEDeleteKeyDesc    AEDeleteParam
  55.  
  56.  
  57. #################
  58. # AERegistry
  59. #################
  60. keyAELeadingEdge        keyAELeftSide
  61.  
  62.  
  63. #################
  64. # CMApplications
  65. #################
  66. CMFlattenProc                CMFlattenProcPtr
  67. CMBitmapCallBackProc        CMBitmapCallBackProcPtr
  68. CMProfileFilterProc            CMProfileFilterProcPtr
  69. CMNoError                    noErr                            
  70. CMProfileError                cmProfileError
  71. CMMethodError                cmMethodError
  72. CMMethodNotFound            cmMethodNotFound
  73. CMProfileNotFound            cmProfileNotFound
  74. CMProfilesIdentical            cmProfilesIdentical
  75. CMCantConcatenateError        cmCantConcatenateError
  76. CMCantXYZ                    cmCantXYZ
  77. CMCantDeleteProfile            cmCantDeleteProfile
  78. CMUnsupportedDataType        cmUnsupportedDataType
  79. CMNoCurrentProfile            cmNoCurrentProfile
  80. qdSystemDevice                cmSystemDevice
  81. qdGDevice                    cmGDevice
  82. kMatchCMMType                cmMatchCMMType
  83. kMatchApplProfileVersion    cmMatchApplProfileVersion
  84. kMatchDataType                cmMatchDataType
  85. kMatchDeviceType            cmMatchDeviceType
  86. kMatchDeviceManufacturer    cmMatchDeviceManufacturer
  87. kMatchDeviceModel            cmMatchDeviceModel
  88. kMatchDeviceAttributes        cmMatchDeviceAttributes
  89. kMatchFlags                    cmMatchFlags
  90. kMatchOptions                cmMatchOptions
  91. kMatchWhite                    cmMatchWhite
  92. kMatchBlack                    cmMatchBlack
  93. CMYKColor                    CMCMYKColor
  94. CWorld                        CMWorldRef
  95. EndMatching                    CMEndMatching
  96. EnableMatching                CMEnableMatchingComment
  97. GetColorSyncFolderSpec        CMGetColorSyncFolderSpec
  98. BeginMatching                CMBeginMatching
  99. DrawMatchedPicture            CMDrawMatchedPicture
  100. UseProfile                    CMUseProfileComment
  101. GetProfileName                CMGetProfileName
  102. GetProfileAdditionalDataOffset    CMGetProfileAdditionalDataOffset
  103.  
  104.  
  105. #################
  106. # CMICCProfile
  107. #################
  108. kCMApplProfileVersion        cmCS1ProfileVersion
  109. grayResponse                cmGrayResponse
  110. redResponse                    cmRedResponse
  111. greenResponse                cmGreenResponse
  112. blueResponse                cmBlueResponse
  113. cyanResponse                cmCyanResponse
  114. magentaResponse                cmMagentaResponse
  115. yellowResponse                cmYellowResponse
  116. ucrResponse                    cmUcrResponse
  117. bgResponse                    cmBgResponse
  118. onePlusLastResponse            cmOnePlusLastResponse
  119. rgbData                        cmRGBData
  120. cmykData                    cmCMYKData
  121. grayData                    cmGrayData
  122. xyzData                        cmXYZData
  123. XYZData                        cmXYZData
  124. monitorDevice                cmMonitorDevice
  125. scannerDevice                cmScannerDevice
  126. printerDevice                cmPrinterDevice
  127. CMNativeMatchingPreferred    cmNativeMatchingPreferred    
  128. CMTurnOffCache                cmTurnOffCache                
  129. CMPerceptualMatch            cmPerceptualMatch    
  130. CMColorimetricMatch            cmColorimetricMatch        
  131. CMSaturationMatch            cmSaturationMatch            
  132. XYZColor                    CMXYZColor
  133. IString                        CMIString
  134. responseColor                CMResponseColor
  135.  
  136.  
  137. #################
  138. # CodeFragments (types and constants)
  139. #################
  140. ConnectionID                    CFragConnectionID
  141. LoadFlags                        CFragLoadOptions
  142. SymClass                        CFragSymbolClass
  143. MemFragment                        CFragOldMemoryLocator
  144. DiskFragment                    CFragHFSDiskFlatLocator
  145. SegmentedFragment                CFragHFSSegmentedLocator
  146. FragmentLocator                    CFragHFSLocator    
  147. FragmentLocatorPtr                CFragHFSLocatorPtr
  148. InitBlock                        CFragInitBlock
  149. InitBlockPtr                    CFragInitBlockPtr
  150. ConnectionInitializationRoutine    CFragInitFunction
  151. ConnectionTerminationRoutine     CFragTermRoutine
  152. kPowerPCArch                    kPowerPCCFragArch
  153. kMotorola68KArch                kMotorola68KCFragArch
  154. kAnyArchType                    kAnyCFragArch
  155. kNoLibName                        NULL
  156. kNoConnectionID                    NULL
  157. kLoadLib                        kLoadCFrag
  158. kFindLib                        kFindCFrag
  159. kLoadNewCopy                    kNewCFragCopy
  160. kUseInPlace                        kInplaceCFrag
  161. kCodeSym                        kCodeCFragSymbol
  162. kDataSym                        kDataCFragSymbol
  163. kTVectSym                        kTVectorCFragSymbol
  164. kTOCSym                            kTOCCFragSymbol
  165. kGlueSym                        kGlueCFragSymbol
  166. kInMem                            kMemoryCFragLocator
  167. kOnDiskFlat                        kDataForkCFragLocator
  168. kOnDiskSegmented                kResourceCFragLocator
  169. kIsLib                            kImportLibraryCFrag
  170. kIsApp                            kApplicationCFrag
  171. kIsDropIn                        kDropInAdditionCFrag
  172. kFullLib                        kIsCompleteCFrag
  173. kUpdateLib                        kFirstCFragUpdate
  174. kCFMRsrcType                    kCFragResourceType
  175. kCFMRsrcID                        kCFragResourceID
  176. kSHLBFileType                    kCFragLibraryFileType
  177. kUnresolvedSymbolAddress        kUnresolvedCFragSymbolAddress
  178. kPowerPC                        kPowerPCCFragArch
  179. kMotorola68K                    kMotorola68KCFragArch
  180. fragContextNotFound                cfragContextIDErr
  181. fragConnectionIDNotFound        cfragConnectionIDErr
  182. fragSymbolNotFound                cfragNoSymbolErr
  183. fragSectionNotFound                cfragNoSectionErr
  184. fragLibNotFound                    cfragNoLibraryErr
  185. fragDupRegLibName                cfragDupRegistrationErr
  186. fragFormatUnknown                cfragFragmentFormatErr
  187. fragHadUnresolveds                cfragUnresolvedErr
  188. fragNoMem                        cfragNoPrivateMemErr
  189. fragNoAddrSpace                    cfragNoClientMemErr
  190. fragNoContextIDs                cfragNoIDsErr
  191. fragObjectInitSeqErr            cfragInitOrderErr
  192. fragImportTooOld                cfragImportTooOldErr
  193. fragImportTooNew                cfragImportTooNewErr
  194. fragInitLoop                    cfragInitLoopErr
  195. fragInitRtnUsageErr                cfragInitAtBootErr
  196. fragLibConnErr                    cfragLibConnErr
  197. fragMgrInitErr                    cfragCFMStartupErr
  198. fragConstErr                    cfragCFMInternalErr
  199. fragCorruptErr                    cfragFragmentCorruptErr
  200. fragUserInitProcErr                cfragInitFunctionErr
  201. fragAppNotFound                    cfragNoApplicationErr
  202. fragArchError                    cfragArchitectureErr
  203. fragInvalidFragmentUsage        cfragFragmentUsageErr
  204. fragLastErrCode                    cfragLastErrCode
  205.  
  206.  
  207. #################
  208. # Collections
  209. #################
  210. dontWantTag                        kCollectionDontWantTag
  211. dontWantId                        kCollectionDontWantId
  212. dontWantSize                    kCollectionDontWantSize
  213. dontWantAttributes                kCollectionDontWantAttributes
  214. dontWantIndex                    kCollectionDontWantIndex
  215. dontWantData                    kCollectionDontWantData
  216. noCollectionAttributes             kCollectionNoAttributes
  217. allCollectionAttributes         kCollectionAllAttributes
  218. userCollectionAttributes         kCollectionUserAttributes
  219. defaultCollectionAttributes     kCollectionDefaultAttributes
  220. collectionUser0Bit                kCollectionUser0Bit
  221. collectionUser1Bit                kCollectionUser1Bit
  222. collectionUser2Bit                kCollectionUser2Bit
  223. collectionUser3Bit                kCollectionUser3Bit
  224. collectionUser4Bit                kCollectionUser4Bit
  225. collectionUser5Bit                kCollectionUser5Bit
  226. collectionUser6Bit                kCollectionUser6Bit
  227. collectionUser7Bit                kCollectionUser7Bit
  228. collectionUser8Bit                kCollectionUser8Bit
  229. collectionUser9Bit                kCollectionUser9Bit
  230. collectionUser10Bit                kCollectionUser10Bit
  231. collectionUser11Bit                kCollectionUser11Bit
  232. collectionUser12Bit                kCollectionUser12Bit
  233. collectionUser13Bit                kCollectionUser13Bit
  234. collectionUser14Bit                kCollectionUser14Bit
  235. collectionUser15Bit                kCollectionUser15Bit
  236. collectionReserved0Bit            kCollectionReserved0Bit
  237. collectionReserved1Bit            kCollectionReserved1Bit
  238. collectionReserved2Bit            kCollectionReserved2Bit
  239. collectionReserved3Bit            kCollectionReserved3Bit
  240. collectionReserved4Bit            kCollectionReserved4Bit
  241. collectionReserved5Bit            kCollectionReserved5Bit
  242. collectionReserved6Bit            kCollectionReserved6Bit
  243. collectionReserved7Bit            kCollectionReserved7Bit
  244. collectionReserved8Bit            kCollectionReserved8Bit
  245. collectionReserved9Bit            kCollectionReserved9Bit
  246. collectionReserved10Bit            kCollectionReserved10Bit
  247. collectionReserved11Bit            kCollectionReserved11Bit
  248. collectionReserved12Bit            kCollectionReserved12Bit
  249. collectionReserved13Bit            kCollectionReserved13Bit
  250. collectionPersistenceBit        kCollectionPersistenceBit
  251. collectionLockBit                kCollectionLockBit
  252. collectionUser0Mask                kCollectionUser0Mask
  253. collectionUser1Mask                kCollectionUser1Mask
  254. collectionUser2Mask                kCollectionUser2Mask
  255. collectionUser3Mask                kCollectionUser3Mask
  256. collectionUser4Mask                kCollectionUser4Mask
  257. collectionUser5Mask                kCollectionUser5Mask
  258. collectionUser6Mask                kCollectionUser6Mask
  259. collectionUser7Mask                kCollectionUser7Mask
  260. collectionUser8Mask                kCollectionUser8Mask
  261. collectionUser9Mask                kCollectionUser9Mask
  262. collectionUser10Mask            kCollectionUser10Mask
  263. collectionUser11Mask            kCollectionUser11Mask
  264. collectionUser12Mask            kCollectionUser12Mask
  265. collectionUser13Mask            kCollectionUser13Mask
  266. collectionUser14Mask            kCollectionUser14Mask
  267. collectionUser15Mask            kCollectionUser15Mask
  268. collectionReserved0Mask            kCollectionReserved0Mask
  269. collectionReserved1Mask            kCollectionReserved1Mask
  270. collectionReserved2Mask            kCollectionReserved2Mask
  271. collectionReserved3Mask            kCollectionReserved3Mask
  272. collectionReserved4Mask            kCollectionReserved4Mask
  273. collectionReserved5Mask            kCollectionReserved5Mask
  274. collectionReserved6Mask            kCollectionReserved6Mask
  275. collectionReserved7Mask            kCollectionReserved7Mask
  276. collectionReserved8Mask            kCollectionReserved8Mask
  277. collectionReserved9Mask            kCollectionReserved9Mask
  278. collectionReserved10Mask        kCollectionReserved10Mask
  279. collectionReserved11Mask        kCollectionReserved11Mask
  280. collectionReserved12Mask        kCollectionReserved12Mask
  281. collectionReserved13Mask        kCollectionReserved13Mask
  282. collectionPersistenceMask        kCollectionPersistenceMask
  283. collectionLockMask                kCollectionLockMask
  284.  
  285.  
  286. #################
  287. # ColorPicker
  288. #################
  289. MaxSmallFract                     kMaximumSmallFract            
  290. kDefaultWidth                    kDefaultColorPickerWidth
  291. kDefaultHeight                    kDefaultColorPickerHeight
  292. DialogIsMoveable                kColorPickerDialogIsMoveable
  293. DialogIsModal                    kColorPickerDialogIsModal
  294. CanModifyPalette                kColorPickerCanModifyPalette
  295. CanAnimatePalette                kColorPickerCanAnimatePalette
  296. AppIsColorSyncAware                kColorPickerAppIsColorSyncAware
  297. InSystemDialog                    kColorPickerInSystemDialog
  298. InApplicationDialog                kColorPickerInApplicationDialog
  299. InPickerDialog                    kColorPickerInPickerDialog
  300. DetachedFromChoices                kColorPickerDetachedFromChoices
  301. CallColorProcLive                kColorPickerCallColorProcLive
  302.  
  303.  
  304. #################
  305. # ColorPickerComponents
  306. #################
  307. kInitPicker                        kPickerInit
  308. kTestGraphicsWorld                kPickerTestGraphicsWorld
  309. kGetDialog                        kPickerGetDialog
  310. kGetItemList                    kPickerGetItemList
  311. kGetColor                        kPickerGetColor
  312. kSetColor                        kPickerSetColor
  313. kEvent                            kPickerEvent
  314. kEdit                            kPickerEdit
  315. kSetVisibility                    kPickerSetVisibility
  316. kDrawPicker                        kPickerDisplay
  317. kItemHit                        kPickerItemHit
  318. kSetBaseItem                    kPickerSetBaseItem
  319. kGetProfile                        kPickerGetProfile
  320. kSetProfile                        kPickerSetProfile
  321. kGetPrompt                        kPickerGetPrompt
  322. kSetPrompt                        kPickerSetPrompt
  323. kGetIconData                    kPickerGetIconData
  324. kGetEditMenuState                kPickerGetEditMenuState
  325. kSetOrigin                        kPickerSetOrigin
  326. kExtractHelpItem                kPickerExtractHelpItem
  327.  
  328.  
  329. #################
  330. # Controls
  331. #################
  332. SetCTitle        SetControlTitle
  333. GetCTitle        GetControlTitle
  334. UpdtControl        UpdateControls
  335. SetCtlValue        SetControlValue
  336. GetCtlValue        GetControlValue
  337. SetCtlMin        SetControlMinimum
  338. GetCtlMin        GetControlMinimum
  339. SetCtlMax        SetControlMaximum
  340. GetCtlMax        GetControlMaximum
  341. GetAuxCtl        GetAuxiliaryControlRecord
  342. SetCRefCon        SetControlReference    
  343. GetCRefCon        GetControlReference
  344. SetCtlAction    SetControlAction
  345. GetCtlAction    GetControlAction
  346. SetCtlColor        SetControlColor
  347. GetCVariant        GetControlVariant
  348. useWFont                    popupUseWFont
  349. inLabel                        kControlLabelPart
  350. inMenu                        kControlMenuPart
  351. inTriangle                     kControlTrianglePart
  352. inButton                     kControlButtonPart
  353. inCheckBox                     kControlCheckBoxPart
  354. inUpButton                     kControlUpButtonPart
  355. inDownButton                kControlDownButtonPart
  356. inPageUp                     kControlPageUpPart
  357. inPageDown                     kControlPageDownPart
  358. inThumb                     kControlIndicatorPart
  359. kNoHiliteControlPart        kControlNoPart
  360. kInLabelControlPart            kControlLabelPart
  361. kInMenuControlPart            kControlMenuPart
  362. kInTriangleControlPart        kControlTrianglePart
  363. kInButtonControlPart        kControlButtonPart
  364. kInCheckBoxControlPart        kControlCheckBoxPart
  365. kInUpButtonControlPart        kControlUpButtonPart
  366. kInDownButtonControlPart    kControlDownButtonPart
  367. kInPageUpControlPart        kControlPageUpPart
  368. kInPageDownControlPart        kControlPageDownPart
  369. kInIndicatorControlPart        kControlIndicatorPart
  370. kReservedControlPart        kControlDisabledPart
  371. kControlInactiveControlPart kControlInactivePart
  372.  
  373.  
  374. #################
  375. # CTBUtilities
  376. #################
  377. NuLookup        StandardNBP
  378. NuPLookup        CustomNBP
  379.  
  380.  
  381. #################
  382. # Dialogs
  383. #################
  384. DisposDialog    DisposeDialog
  385. UpdtDialog        UpdateDialog
  386. GetDItem        GetDialogItem
  387. SetDItem        SetDialogItem
  388. HideDItem        HideDialogItem
  389. ShowDItem        ShowDialogItem
  390. SelIText        SelectDialogItemText
  391. GetIText        GetDialogItemText
  392. SetIText        SetDialogItemText
  393. FindDItem        FindDialogItem
  394. NewCDialog        NewColorDialog
  395. GetAlrtStage    GetAlertStage
  396. ResetAlrtStage    ResetAlertStage
  397. DlgCut            DialogCut
  398. DlgCopy            DialogCopy
  399. DlgPaste        DialogPaste
  400. DlgDelete        DialogDelete
  401. SetDAFont        SetDialogFont
  402. kOkItemIndex        kStdOkItemIndex
  403. kCancelItemIndex    kStdCancelItemIndex
  404.  
  405.  
  406. #################
  407. # Drag
  408. #################
  409. dragHasLeftSenderWindow            kDragHasLeftSenderWindow
  410. dragInsideSenderApplication        kDragInsideSenderApplication
  411. dragInsideSenderWindow            kDragInsideSenderWindow        
  412. dragTrackingEnterHandler        kDragTrackingEnterHandler
  413. dragTrackingEnterWindow            kDragTrackingEnterWindow
  414. dragTrackingInWindow            kDragTrackingInWindow
  415. dragTrackingLeaveWindow            kDragTrackingLeaveWindow
  416. dragTrackingLeaveHandler        kDragTrackingLeaveHandler    
  417. dragRegionBegin                    kDragRegionBegin
  418. dragRegionDraw                    kDragRegionDraw
  419. dragRegionHide                    kDragRegionHide
  420. dragRegionIdle                    kDragRegionIdle
  421. dragRegionEnd                    kDragRegionEnd
  422. zoomNoAcceleration                kZoomNoAcceleration
  423. zoomAccelerate                    kZoomAccelerate
  424. zoomDecelerate                    kZoomDecelerate    
  425. kDragStandardImage                kDragStandardTranslucency
  426. kDragDarkImage                    kDragDarkTranslucency
  427. kDragDarkerImage                kDragDarkerTranslucency
  428. kDragOpaqueImage                kDragOpaqueTranslucency
  429.  
  430.  
  431. #################
  432. # Events
  433. #################
  434. KeyTrans            KeyTranslate
  435.  
  436.  
  437. #################
  438. # Finder
  439. #################
  440. kIsStationary        kIsStationery 
  441.  
  442.  
  443. #################
  444. # Fonts
  445. #################
  446. newYork                kFontIDNewYork
  447. geneva                kFontIDGeneva
  448. monaco                kFontIDMonaco
  449. venice                kFontIDVenice
  450. london                kFontIDLondon
  451. athens                kFontIDAthens
  452. sanFran                kFontIDSanFrancisco
  453. toronto                kFontIDToronto
  454. cairo                kFontIDCairo
  455. losAngeles            kFontIDLosAngeles
  456. times                kFontIDTimes
  457. helvetica            kFontIDHelvetica
  458. courier                kFontIDCourier
  459. symbol                kFontIDSymbol
  460. mobile                kFontIDMobile
  461.  
  462.  
  463. #################
  464. # GXMessages
  465. #################
  466. MessageHandlerOverrideProc        MessageHandlerOverrideProcPtr
  467. MessageGlobalsInitProc            MessageGlobalsInitProcPtr
  468.  
  469.  
  470. #################
  471. # GXPrinting
  472. #################
  473. gxViewDeviceProc            GXViewDeviceProcPtr
  474. gxFormatProc                GXFormatProcPtr
  475. gxPaperTypeProc                GXPaperTypeProcPtr
  476. gxPrintingFlattenProc        GXPrintingFlattenProcPtr
  477.  
  478.  
  479. #################
  480. # Lists
  481. #################
  482. LDoDraw            LSetDrawingMode
  483. LFind            LGetCellDataLocation
  484.  
  485.  
  486.  
  487. #################
  488. # LocationManager
  489. #################
  490. ALMInternalErr                     kALMInternalErr
  491. ALMLocationNotFound                kALMLocationNotFoundErr 
  492. ALMNoSuchModuleErr                 kALMNoSuchModuleErr 
  493. ALMModuleCommunicationErr         kALMModuleCommunicationErr 
  494. ALMDuplicateModuleErr             kALMDuplicateModuleErr 
  495. ALMInstallationErr                 kALMInstallationErr 
  496. ALMDeferSwitchErr                kALMDeferSwitchErr 
  497. ALMConfirmRenameConfig            kALMConfirmRename
  498. ALMConfirmReplaceConfig            kALMConfirmReplace
  499. kAELocationNotice                kAELocationChangedNoticeKey
  500. ALMScriptMgrInfo                ALMScriptManagerInfo
  501. ALMComponentFlagsEnum            UInt32
  502.  
  503.  
  504. #################
  505. # MachineExceptions
  506. #################
  507. unknownException                kUnknownException
  508. illegalInstructionException        kIllegalInstructionException
  509. trapException                    kTrapException
  510. accessException                    kAccessException
  511. unmappedMemoryException            kUnmappedMemoryException
  512. excludedMemoryException            kExcludedMemoryException
  513. readOnlyMemoryException            kReadOnlyMemoryException
  514. unresolvablePageFaultException    kUnresolvablePageFaultException
  515. privilegeViolationException        kPrivilegeViolationException
  516. traceException                    kTraceException
  517. instructionBreakpointException    kInstructionBreakpointException
  518. dataBreakpointException            kDataBreakpointException
  519. integerException                kIntegerException
  520. floatingPointException            kFloatingPointException
  521. stackOverflowException            kStackOverflowException
  522. terminationException            kTaskTerminationException
  523. kTerminationException            kTaskTerminationException
  524.  
  525.  
  526. #################
  527. # Memory
  528. #################
  529. ApplicZone        ApplicationZone
  530. MFTempNewHandle    TempNewHandle
  531. MFMaxMem        TempMaxMem
  532. MFFreeMem        TempFreeMem
  533. MFTempHLock        TempHLock
  534. MFTempHUnlock    TempHUnlock
  535. MFTempDisposHandle    TempDisposeHandle
  536. MFTopMem        TempTopMem
  537. ResrvMem        ReserveMem
  538. DisposPtr        DisposePtr
  539. DisposHandle    DisposeHandle
  540. ReallocHandle    ReallocateHandle
  541.  
  542.  
  543. #################
  544. # Menus
  545. #################
  546. AddResMenu        AppendResMenu
  547. InsMenuItem        InsertMenuItem
  548. DelMenuItem        DeleteMenuItem
  549. SetItem            SetMenuItemText
  550. GetItem            GetMenuItemText
  551. GetMHandle        GetMenuHandle
  552. DelMCEntries    DeleteMCEntries
  553. DispMCInfo        DisposeMCInfo
  554.  
  555.  
  556. #################
  557. # OSUtils
  558. #################
  559. LongDate2Secs    LongDateToSeconds
  560. LongSecs2Date    LongSecondsToDate
  561. IUMetric        IsMetric
  562. Date2Secs        DateToSeconds
  563. Secs2Date        SecondsToDate
  564.  
  565.  
  566. #################
  567. # PictUtils
  568. #################
  569. DisposPictInfo    DisposePictInfo
  570.  
  571.  
  572. #################
  573. # Quickdraw
  574. #################
  575. DisposPixMap    DisposePixMap
  576. DisposPixPat    DisposePixPat
  577. DisposCTable    DisposeCTable
  578. DisposCCursor    DisposeCCursor
  579. DisposCIcon        DisposeCIcon
  580. DisposGDevice    DisposeGDevice
  581. #frame            kQDGrafVerbFrame
  582. #paint            kQDGrafVerbPaint
  583. #erase            kQDGrafVerbErase
  584. #invert            kQDGrafVerbInvert
  585. #fill            kQDGrafVerbFill
  586.  
  587.  
  588. #################
  589. # QuickdrawText
  590. #################
  591. NPixel2Char        PixelToChar
  592. NChar2Pixel        CharToPixel
  593. NDrawJust        DrawJustified
  594. NMeasureJust    MeasureJustified
  595. NPortionText    PortionLine
  596.  
  597.  
  598. #################
  599. # QuickTime
  600. #################
  601. ClockGetTime    GetClockTime
  602.  
  603. #################
  604. # Resources
  605. #################
  606. SizeResource    GetResourceSizeOnDisk
  607. MaxSizeRsrc        GetMaxResourceSize
  608. RmveResource    RemoveResource
  609.  
  610.  
  611. #################
  612. # Script
  613. #################
  614. SetSysJust        SetSysDirection
  615. GetSysJust        GetSysDirection
  616. Font2Script        FontToScript
  617. GetEnvirons        GetScriptManagerVariable
  618. SetEnvirons        SetScriptManagerVariable
  619. GetScript        GetScriptVariable
  620. SetScript        SetScriptVariable
  621. IUGetIntl        GetIntlResource
  622. IUSetIntl        SetIntlResource
  623. IUClearCache    ClearIntlResourceCache
  624. IUGetItlTable    GetIntlResourceTable
  625.  
  626.  
  627. #################
  628. # Serial
  629. #################
  630. serdReset                    kSERDConfiguration
  631. serdSetBuf                    kSERDInputBuffer
  632. serdHShake                    kSERDSerHShake
  633. serdClrBrk                    kSERDClearBreak
  634. serdSetBrk                    kSERDSetBreak
  635. serdSetBaud                    kSERDBaudRate
  636. serdHShakeDTR                kSERDHandshake
  637. serdSetMIDI                    kSERDClockMIDI
  638. serdSetMisc                    kSERDMiscOptions
  639. serdSetDTR                    kSERDAssertDTR
  640. serdClrDTR                    kSERDNegateDTR
  641. serdSetPEChar                kSERDSetPEChar
  642. serdSetPECharAlternate        kSERDSetPEAltChar
  643. serdSetXOff                    kSERDSetXOffFlag
  644. serdClrXOff                    kSERDClearXOffFlag
  645. serdSendXOnConditional        kSERDSendXOn
  646. serdSendXOn                    kSERDSendXOnOut
  647. serdSendXOffConditional        kSERDSendXOff
  648. serdSendXOff                kSERDSendXOffOut
  649. serdChannelReset            kSERDResetChannel
  650. serdSet230KBaud                kSERD230KBaud                
  651. serdGetBuf                    kSERDInputCount
  652. serdStatus                    kSERDStatus
  653. serdGetVers                    kSERDVersion
  654.  
  655.  
  656. #################
  657. # Sound
  658. #################
  659. initChan0                    waveInitChannel0
  660. initChan1                    waveInitChannel1
  661. initChan2                    waveInitChannel2
  662. initChan3                    waveInitChannel3        
  663.  
  664.  
  665. #################
  666. # TextEdit
  667. #################
  668. TESetJust        TESetAlignment
  669. TextBox            TETextBox
  670. TEStylNew        TEStyleNew
  671. SetStylHandle    TESetStyleHandle
  672. SetStyleHandle    TESetStyleHandle
  673. GetStylHandle    TEGetStyleHandle
  674. GetStyleHandle    TEGetStyleHandle
  675. TEStylPaste        TEStylePaste
  676. GetStylScrap    TEGetStyleScrapHandle
  677. GetStyleScrap    TEGetStyleScrapHandle
  678. SetStylScrap    TEUseStyleScrap
  679. SetStyleScrap    TEUseStyleScrap
  680. SetClikLoop        TESetClickLoop
  681. TEGetScrapLen    TEGetScrapLength
  682. TESetScrapLen    TESetScrapLength
  683. SetWordBreak    TESetWordBreak
  684. TEStylInsert    TEStyleInsert
  685. TEBitClear        teBitClear
  686. TEBitSet        teBitSet
  687. TEBitTest        teBitTest
  688. teFAutoScr        teFAutoScroll
  689. toglBit            toggleBit
  690.  
  691.  
  692. #################
  693. # TextUtils
  694. #################
  695. FormatX2Str        ExtendedToString
  696. UprString        UpperString
  697. String2Date        StringToDate
  698. String2Time        StringToTime
  699. FormatX2Str        ExtendedToString
  700. FormatStr2X        StringToExtended
  701. Str2Format        StringToFormatRec
  702. Format2Str        FormatRecToString
  703. IUDatePString    DateString
  704. IUTimePString    TimeString
  705. IULDateString    LongDateString
  706. IULTimeString    LongTimeString
  707. IUCompPString    CompareString
  708. IUEqualPString    IdenticalString
  709. IUMagPString    CompareText
  710. IUMagIDPString    IdenticalText
  711. IULangOrder        LanguageOrder
  712. IUTextOrder        TextOrder
  713. IUStringOrder    StringOrder
  714.  
  715.  
  716. #################
  717. # Traps
  718. #################
  719. _OffSetRect            _OffsetRect
  720. _InSetRect            _InsetRect
  721. _OffSetPoly            _OffsetPoly
  722. _OfSetRgn            _OffsetRgn
  723. _OfsetRgn            _OffsetRgn
  724. _InSetRgn            _InsetRgn
  725.